home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32_Support / examples / SA_Examples / graphics / wchunky / smakefile < prev    next >
Encoding:
Makefile  |  1996-03-17  |  140 b   |  9 lines

  1. CFLAGS = nostackcheck structureequivalence
  2.  
  3. LIBS = lib:debug.lib
  4.  
  5. all: wchunky
  6.  
  7. wchunky: wchunky.c
  8.     sc $(CFLAGS) link wchunky.c lib $(LIBS)
  9.